ICloneable
Ecng.Common
Defines a method that creates a new object that is a deep copy of the current instance.
実装: ICloneable
メソッド
Clone
public T Clone()
result = iCloneable.Clone()
Creates a new object that is a deep copy of the current instance.
戻り値: A new object that is a deep copy of this instance.